home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.5 KB | 44 lines | [TEXT/MPS ] |
- # File: UDPTransport.make
- # Target: UDPTransport
- # Sources: UDPTransport.c
- # Created: Friday, January 18, 1991 11:32:59
- # Start of NetWork Setup
- #
- # This is a set of definitions used in all make files of the NetWork project.
- # It uses the the recommended file and folder names. If you have chosen an
- # installation other than the recommended one, you need to adapt this header
- # in all NetWork make files.
- #
- # We follow Apple's convention to use quotes on usage, not on definition.
- #
- NetWork_Tools = {SystemFolder}NetWork Tools:
- NetWork_Idle_Tools = {SystemFolder}NetWork Idle Tools:
- NetWork_Startup_Tools = {SystemFolder}NetWork Startup Tools:
- NetWork_Logs = {SystemFolder}NetWork Logs:
- NetWork_Examples = {Boot}Projects:NetWork:NetWork Examples:
- #
- NetWork_Libraries = {Libraries}
- NetWork_PInterfaces = {PInterfaces}
- NetWork_CIncludes = {CIncludes}
- #
- # End of NetWork Setup
-
-
- UDPTransport.MacTCPCheck ƒƒ
- Files "{CIncludes}"MacTCPCommonTypes.h "{CIncludes}"UDPPb.h ∑∑ Dev:Null || ∂
- (Echo '### You must have MacTCP includes installed in your {CIncludes} folder'; Exit 1)
- Echo "" > UDPTransport.MacTCPCheck # done test
-
- UDPTransport ƒƒ UDPTransport.MacTCPCheck UDPTransport.c.o
- Link -d -c 'NetU' -t APPL ∂
- UDPTransport.c.o ∂
- "{NetWork_Libraries}"NetWorkLib.o ∂
- "{CLibraries}"StdClib.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}PasLib.o" ∂
- -o UDPTransport
-
- UDPTransport ƒƒ UDPTransport.r
- Rez -a UDPTransport.r -o UDPTransport
-